home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / misc / gs261src.zip / readme.doc < prev    next >
Text File  |  1993-05-29  |  4KB  |  111 lines

  1.    Copyright (C) 1990, 1992, 1993 Aladdin Enterprises.  All rights reserved.
  2.  
  3. This file is part of Ghostscript.
  4.  
  5. Ghostscript is distributed in the hope that it will be useful, but
  6. WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
  7. to anyone for the consequences of using it or for whether it serves any
  8. particular purpose or works at all, unless he says so in writing.  Refer
  9. to the Ghostscript General Public License for full details.
  10.  
  11. Everyone is granted permission to copy, modify and redistribute
  12. Ghostscript, but only under the conditions described in the Ghostscript
  13. General Public License.  A copy of this license is supposed to have been
  14. given to you along with Ghostscript so you can know your rights and
  15. responsibilities.  It should be in a file named COPYING.  Among other
  16. things, the copyright notice and this notice must be preserved on all
  17. copies.
  18.  
  19. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  20.  
  21. This file, readme.doc, describes problems and new features in the
  22. current release of Ghostscript.  This file describes version 2.6.1 of
  23. Ghostscript.
  24.  
  25. For an overview of Ghostscript and a list of the documentation files, see
  26. README.
  27.  
  28. New features
  29. ============
  30.  
  31. Note: this is not a complete list of new features.  See the most recent
  32. section of NEWS for full details.
  33.  
  34. Handling of both color and platform fonts under X Windows is greatly
  35. improved.  See the X Windows section of use.doc for details.
  36.  
  37. A new document, commprod.doc, clarifies the requirements for being
  38. able to distribute Ghostscript in conjunction with commercial
  39. products.
  40.  
  41. Known problems
  42. ==============
  43.  
  44. Interpreter
  45. -----------
  46.  
  47. The interactive interpreter requires that every statement fit on a line,
  48. i.e., you can't have an unpaired ( or {.
  49.  
  50. On a MS-DOS system, interrupting Ghostscript by typing ^C doesn't restore
  51. the display mode.
  52.  
  53. Operators
  54. ---------
  55.  
  56. The Ghostscript language does not include the following operators of the
  57. PostScript language:
  58.  
  59.     resetfile
  60.     banddevice, renderbands (these are obsolete)
  61.  
  62. The following are not implemented completely:
  63.  
  64.     %statementedit (file name): interpreted as equivalent to
  65. %lineedit.
  66.  
  67. The following operators that expect arrays won't accept packed arrays:
  68.     definefont (Subrs (type 1 fonts))
  69.     setdash (dash pattern)
  70.     setcachedevice (bounding box)
  71.     makeimagedevice (palette)
  72.  
  73. Limitations
  74. -----------
  75.  
  76. Floating point exceptions terminate Ghostscript, rather than producing a
  77. rangecheck error.
  78.  
  79. copypage does nothing in the MS-DOS implementation, and merely
  80. synchronizes the X connection in the Unix implementation.  showpage is a
  81. procedure that does a copypage and then beeps the bell and waits for the
  82. user to hit a key. (copypage does do the right thing for printers.)
  83.  
  84. Graphics bugs
  85. -------------
  86.  
  87. strokepath may produce incorrect output for dashed lines.
  88.  
  89. The implementation only looks at the PaintType of the font when doing
  90. show, not when doing charpath.  Because of this, stroked fonts don't work
  91. correctly with charpath.
  92.  
  93. arcto gives an error for negative radii.
  94.  
  95. Halftone patterns "flip over" at the 50% coverage point, producing
  96. anomalous visual effects on some color devices.
  97.  
  98. Opening more than one window device at the same time doesn't work.
  99. This is the case for both X Windows and Microsoft Windows.
  100.  
  101. glyphshow only works with Type 1 fonts.
  102.  
  103. Non-graphics bugs
  104. -----------------
  105.  
  106. restore doesn't properly undo currentgstate.
  107.  
  108. Copying a dictionary may alter some items even if a later item causes
  109. an invalidaccess error because of an attempted store of a local
  110. object into global VM.
  111.